@import "plyr.css";
body,
html,
div,
p,
span,
ul,
li {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.pchidebox {
  display: none !important;
}
html,
body {
  min-height: 100%;
  font-family: Arial, 'Microsoft YaHei', '微软雅黑', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  overflow-x: hidden;
}
* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
img {
  display: block;
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
button:focus {
  outline: none !important;
}
input {
  outline: none;
}
select::-ms-expand {
  display: none;
}
.clearboth {
  position: relative;
}
.clearboth:before {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
}
.clearboth:after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
}
.displayflex {
  display: flex;
}
.header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 300;
  transition: all 0.6s;
}
.header .container-fluld {
  width: 100%;
  background-color: #fff;
}
.header .container-fluld .headerTop {
  max-width: 1200px;
  width: 80%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.header .container-fluld .headerTop .headerLeft {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container-fluld .headerTop .headerRight {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logobox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 100%;
}
.header .logobox img {
  margin-top: -6px;
  transition: width 0.6s;
}
.header .exptime {
  margin-left: 30px;
  position: relative;
}
.header .exptime p {
  color: #333333;
  font-size: 18px;
  line-height: 1.7;
}
.header .exptime .p2 {
  font-size: 17.5px;
}
.header .linkbox {
  margin-top: 24px;
}
.header .linkbox a {
  width: 120px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header .linkbox .user-box {
  display: inline-flex;
  width: unset !important ;
  flex: none;
  font-weight: normal;
  background-color: unset !important;
  font-size: 14px;
  color: #686e7a !important;
}
.header .linkbox .user-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10rem;
  white-space: nowrap;
}
.header .linkbox .user-box img {
  margin-right: 10px;
}
.header .linkbox .quit-btn {
  color: #0070b8;
  margin-left: 10px;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  width: unset;
  margin-right: 20px;
}
.header .linkbox .yellow-btn {
  background-color: #fdc300;
  color: #fff;
}
.header .linkbox .blue-btn {
  background-color: #0070b8;
  color: #fff;
  margin-left: 1px;
}
.header .languagebox {
  margin-right: 30px;
  height: 16px;
}
.header .languagebox p {
  font-size: 18px;
  color: #000;
  cursor: pointer;
}
.header .languagebox p a {
  color: #000;
}
.header .languagebox ul {
  display: none;
  position: absolute;
  width: 80px;
  background-color: #fff;
  z-index: 999;
}
.header .languagebox ul li {
  line-height: 30px;
  color: #000;
  padding-left: 10%;
  cursor: pointer;
}
.header .languagebox ul li a {
  color: #000;
}
.header .languagebox ul li:hover {
  background-color: #0067aa;
}
.header .languagebox ul li:hover a {
  color: #fff;
}
.header .headerTabr {
  background-color: #0070b8;
}
.header .headerTabrtow {
  background-color: #0070b8;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header .navbox {
  font-size: 18px;
  height: 57px;
  max-width: 1200px;
  width: 80%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.header .navbox a {
  color: #fff;
  display: inline-block;
  margin-right: 59px;
  transition: margin-right 0.6s;
  position: relative;
}
.header .navbox a:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: -20px;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
.header .navbox a:hover:after {
  opacity: 1;
  bottom: -10px;
}
.header .navbox .active {
  display: inline-block;
  position: relative;
  font-weight: 600;
}
.header .navbox .active:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -20px;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
.header .navbox .active:after {
  opacity: 1;
  bottom: -10px;
}
.header .navbox a:last-child {
  margin-right: 0;
}
.header .header-float-box {
  left: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  background-color: #fff;
  padding: 20px 5vw;
  top: 157px;
  display: flex;
}
.header .header-float-box.show,
.header .header-float-box:hover {
  opacity: 1;
  visibility: visible;
}
.header .header-float-box.hederTabrtow {
  top: 57px;
  padding: 15px 5vw;
}
.header .header-float-box.hederTabrtow .list .item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .header-float-box.hederTabrtow .right img {
  max-height: 250px;
}
.header .header-float-box .left {
  width: 180px;
  flex: none;
  height: 230px;
  background-color: #0070b8;
  border-radius: 6px;
  padding: 25px;
  position: relative;
  background-image: url(/static/online/images/float-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.header .header-float-box .left .title {
  color: #fff;
  display: flex;
  align-items: center;
  height: fit-content;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #0065a5;
}
.header .header-float-box .left .title img {
  margin-right: 10px;
}
.header .header-float-box .left .p {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
}
.header .header-float-box .left .yellow {
  color: #f5c60b;
}
.header .header-float-box .right {
  flex: none;
}
.header .header-float-box .list {
  flex: 1;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.header .header-float-box .list .item {
  display: flex;
  width: 20%;
  padding: 15px;
  cursor: pointer;
  box-sizing: border-box;
}
.header .header-float-box .list .item:hover {
  background-color: #f9fafc;
  border-radius: 4px;
}
.header .header-float-box .list .item .img {
  flex: none;
  width: 40px;
  height: fit-content;
}
.header .header-float-box .list .item .text {
  margin-left: 10px;
}
.header .header-float-box .list .item .text .level-1 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}
.header .header-float-box .list .item .text .level-2 {
  color: #686e7a;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .exhibitions-link,
.header .products-link {
  padding: 2px 10px;
  transition: 0.5s;
}
.header .exhibitions-link i,
.header .products-link i {
  margin-left: 5px;
  transform: rotate(90deg);
}
.header .exhibitions-link:hover,
.header .products-link:hover {
  background-color: #fdc300;
  color: #0070b8;
  border-radius: 15px;
}
.headerhome {
  padding: 0;
}
.baner-bar img {
  width: 100%;
}
.baner-bar-mb {
  display: none;
}
.baner-bar-mb img {
  width: 100%;
}
.started {
  width: 100%;
}
.started img {
  display: block;
  width: 100%;
}
.shotnav {
  top: 0px !important;
  height: 60px;
  box-shadow: 0 0 5px #035296;
}
.shotnav .logobox img {
  width: 200px;
}
.shotnav .exptime {
  margin-top: 10px;
  line-height: 1.2;
}
.shotnav .exptime p {
  font-size: 16px;
}
.shotnav .exptime .p2 {
  font-size: 16px;
}
.shotnav .exptime:before {
  height: 38px;
}
.shotnav .navbox {
  margin-top: 18px;
}
.shotnav .languagebox {
  margin-top: 24px;
}
.shotnav .linkbox {
  margin-top: 12px;
}
.shotnav .linkbox a {
  height: 36px;
  line-height: 36px;
}
.js-slick img {
  width: 100%;
}
.fixbox {
  position: relative;
  margin: 0 auto;
  height: inherit;
  width: 100%;
  top: 0;
  left: 0;
}
.fixbox img {
  width: 100%;
}
.index-banner-box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.index-banner-box img {
  margin: auto;
}
.index-banner-box .swiper-container {
  --swiper-theme-color: rgba(255, 255, 255, 0.5);
  /* 设置Swiper风格 */
  --swiper-navigation-color: rgba(255, 255, 255, 0.5);
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
.index-banner-box .swiper-container .swiper-slide img {
  width: 100%;
}
.index-banner-box .buttonswiper {
  transition: 0.6s;
  opacity: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
}
.index-banner-box .swiper-button-prev {
  left: -64px;
}
.index-banner-box .swiper-button-prev:hover {
  background-color: #006eb9;
}
.index-banner-box .swiper-button-next {
  right: -64px;
}
.index-banner-box .swiper-button-next:hover {
  background-color: #006eb9;
}
.index-banner-box .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 0;
  cursor: pointer;
  opacity: 0.4;
  background-color: #fff;
}
.index-banner-box .swiper-pagination-bullet:hover {
  background-color: #0070b8;
  opacity: 1;
}
.index-banner-box .swiper-pagination-bullet-active {
  opacity: 0.5;
  background: #000;
}
.index-banner-box:hover .swiper-container {
  --swiper-navigation-color: #ffffff;
}
.index-banner-box:hover .buttonswiper {
  opacity: 1;
}
.index-banner-box:hover .swiper-button-prev {
  left: 64px;
}
.index-banner-box:hover .swiper-button-next {
  right: 64px;
}
.index-banner-box .searchbox {
  width: 70%;
  position: absolute;
  left: 50%;
  bottom: 160px;
  margin-left: -35%;
  z-index: 0;
  background-color: #0070b8;
  box-sizing: border-box;
  padding: 40px 60px 50px;
  background-image: url(../images/searchbgpng.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.34);
}
.index-banner-box .searchbox .ptit {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.index-banner-box .searchbox .formbox .select1 {
  float: left;
  height: 56px;
  border: none;
  background-image: url(../images/arr.png);
  background-repeat: no-repeat;
  padding: 12px;
  padding-right: 12px;
  background-position: right center;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 10px;
  color: #999999;
}
.index-banner-box .searchbox .formbox .select1 option {
  line-height: 36px;
}
.index-banner-box .searchbox .formbox .w15 {
  width: 19%;
}
.index-banner-box .searchbox .formbox .js-root-category {
  width: 26%;
}
.index-banner-box .searchbox .formbox .w30 {
  width: 24%;
}
.index-banner-box .searchbox .formbox .insp {
  width: 35%;
  height: 56px;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 16px;
  border: none;
  float: left;
}
.index-banner-box .searchbox .formbox .insp::placeholder {
  color: #999999;
  font-size: 16px;
}
.index-banner-box .searchbox .formbox .btnsearch {
  height: 56px;
  background-color: #fdc300;
  color: #fff;
  width: 13%;
  border-radius: 4px;
  font-size: 16px;
  border: none;
  float: left;
  margin-left: 10px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.index-banner-box .searchbox .formbox .btnsearch span {
  margin-right: 2%;
}
.pagewrap {
  max-width: 1200px;
  width: 94%;
  margin: auto;
}
.pagewrap .tita {
  padding-bottom: 20px;
  border-bottom: 2px #0070b8 solid;
}
.page-con {
  position: relative;
  background-color: #fff;
  min-height: 600px;
}
.index-01 .topbpx {
  overflow: hidden;
  background-image: url(../images/logobg.jpg?v=03);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 16px;
  padding-left: 30%;
  background-size: 26%;
  margin-bottom: 30px;
}
.index-01 .topbpx p {
  margin-top: 20px;
  color: #333;
  line-height: 30px;
}
.index-01 .indexvido video {
  width: 100%;
}
.index-01 .databox {
  overflow: hidden;
  margin-top: 30px;
}
.index-01 .databox .item {
  width: calc(100%/5);
  float: left;
  text-align: center;
}
.index-01 .databox .item .icontbox {
  width: 140px;
  height: 60px;
  background-image: url(../images/data_1.png);
  margin: 0px auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.index-01 .databox .item .icontbox2 {
  width: 90px;
  height: 60px;
  background-image: url(../images/data_2.png);
  margin: 0px auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.index-01 .databox .item .icontbox3 {
  width: 90px;
  height: 60px;
  background-image: url(../images/data_3.png);
  margin: 0px auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.index-01 .databox .item .icontbox4 {
  width: 68px;
  height: 60px;
  background-image: url(../images/data_4.png);
  margin: 0px auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.index-01 .databox .item .icontbox5 {
  width: 60px;
  height: 60px;
  background-image: url(../images/2.png);
  margin: 0px auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.index-01 .databox .item .p1 {
  font-size: 16px;
  color: #006eb9;
  margin-top: 20px;
}
.index-01 .databox .item .p1 .bigfont {
  font-size: 24px;
}
.index-01 .databox .item .p2 {
  font-size: 16px;
}
.heand_info {
  width: 100%;
  background-color: #f2ab01;
  padding: 35px 0;
}
.heand_info .info-top {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.heand_info .info-top .logobox {
  width: 15%;
  display: table;
  height: 115px;
  background-color: #fff;
}
.heand_info .info-top .logobox a {
  display: table-cell;
  vertical-align: middle;
}
.heand_info .info-top .logobox a img {
  max-width: 90%;
  max-height: 90;
  margin: 0 auto;
}
.heand_info .info-top .txtbox {
  margin-left: 3%;
  color: #fff;
}
.heand_info .info-top .txtbox .bootno {
  margin-top: 7px;
  font-size: 18px;
}
.heand_info .info-top .txtbox .companyname a {
  font-size: 25px;
  color: #fff;
}
.heand_info .info-top .txtbox .bootno span {
  color: #fff;
}
.heand_info .info-top .boxlink {
  margin-left: auto;
  display: flex;
  width: 26%;
}
.heand_info .info-top .boxlink .item {
  display: flex;
  align-items: center;
  width: 50%;
  color: #fff;
  font-size: 16px;
}
.heand_info .info-top .boxlink .item .circlebox {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0070b8;
  text-align: center;
  margin-right: 7%;
  cursor: pointer;
}
.heand_info .info-top .boxlink .item .circlebox i {
  line-height: 50px;
  font-size: 22px;
  color: #fff;
}
.heand_info .info-top .boxlink .item .js-collect-exhibitor {
  background-color: #ed9d00;
  transition: 0.6s;
}
.heand_info .info-top .boxlink .item .js-collect-exhibitor.collected {
  background-color: #f5e4c2;
}
.heand_info .info-top .boxlink .item .js-collect-exhibitor.collected i {
  color: #df1662;
}
.bgcolorbox {
  background-color: #f5f5f5;
  padding: 70px 0;
}
.bgcolorbox .titbox .biggont {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
}
.bgcolorbox .producttype {
  margin-top: 14px;
}
.bgcolorbox .producttype .tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  background-color: #fff;
  height: 115px;
  text-align: center;
  float: left;
  cursor: pointer;
  transition: 0.6s;
  position: relative;
}
.bgcolorbox .producttype .tab-item .coverbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
.bgcolorbox .producttype .tab-item .namebix {
  color: #006eb9;
  transition: 0.6s;
  text-align: left;
  margin-left: 5%;
}
.bgcolorbox .producttype .tab-item:after {
  content: '';
  border-left: 20px transparent solid;
  border-right: 20px transparent solid;
  border-top: 13px transparent solid;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -20px;
  transition: 0.6s;
}
.bgcolorbox .producttype .tab-item:not(:last-child) {
  border-right: 1px #e5e5e5 solid;
}
.bgcolorbox .producttype .tab-item:hover {
  background-color: #f1b300;
}
.bgcolorbox .producttype .tab-item:hover .namebix {
  color: #fff;
}
.bgcolorbox .producttype .tab-item:hover:after {
  border-top: 13px #f1b300 solid;
}
.bgcolorbox .producttype .current {
  background-color: #f1b300;
}
.bgcolorbox .producttype .current .namebix {
  color: #fff;
}
.bgcolorbox .producttype .current:after {
  border-top: 13px #f1b300 solid;
}
.bgcolorbox .productlist {
  margin-top: 30px;
}
.bgcolorbox .productlist .item-product {
  width: calc(100%/4 - 6px);
  margin-right: 8px;
  background-color: #fff;
  float: left;
  box-sizing: border-box;
  margin-bottom: 8px;
  transform: translate(0px);
  transition: 0.6s;
}
.bgcolorbox .productlist .item-product a {
  display: block;
  width: 100%;
  height: 100%;
}
.bgcolorbox .productlist .item-product .imgproduct {
  height: 150px;
  overflow: hidden;
  line-height: 150px;
  text-align: center;
}
.bgcolorbox .productlist .item-product .imgproduct img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 90%;
}
.bgcolorbox .productlist .item-product .pro-name {
  font-size: 18px;
  margin-top: 20px;
  color: #000;
  height: 21px;
}
.bgcolorbox .productlist .item-product .com-name {
  margin-top: 0px;
  color: #0070b8;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 550;
}
.bgcolorbox .productlist .item-product .com-content {
  color: #333333;
}
.bgcolorbox .productlist .item-product .com-border {
  padding-bottom: 13px;
  border-bottom: 1px #c4d5ef solid;
}
.bgcolorbox .productlist .item-product .prodect-content {
  padding: 20px;
  height: 185px;
  background-color: #dfeaf0;
}
.bgcolorbox .productlist .item-product .pro-nn {
  font-weight: 550;
  margin-top: 16px;
  color: #333333;
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-bottom: 5px;
}
.bgcolorbox .productlist .item-product .linkspan {
  color: #006eb9;
  margin-top: 14px;
}
.bgcolorbox .productlist .item-product:hover {
  transform: translate(-5px, -5px);
  box-shadow: 0 0 10px #a3bdda;
}
.bgcolorbox .productlist .item-product:hover .pro-name {
  color: #0070b8;
}
.bgcolorbox .productlist .item-product:nth-child(4n) {
  margin-right: 0;
}
.bgcolorbox .slick-dots li button {
  background-color: rgba(208, 203, 203, 0.6) !important;
}
.bgcolorbox .slickzhans {
  width: calc(100% - 40px);
  margin: auto;
}
.bgcolorbox .slickzhans .slick-prev,
.bgcolorbox .slickzhans .slick-next {
  width: 30px;
  height: 30px;
  background: #fff;
  top: 43%;
  border-radius: 50%;
}
.bgcolorbox .slickzhans .slick-prev {
  left: -30px;
}
.bgcolorbox .slickzhans .slick-prev:before {
  content: url(../images/bluearr_left.png);
}
.bgcolorbox .slickzhans .slick-next {
  right: -30px;
}
.bgcolorbox .slickzhans .slick-next:before {
  content: url(../images/bluearr_right.png);
}
.bgcolorbox .slickzhans .slickbox {
  height: 240px;
  padding: 10px 0 0;
  margin-bottom: 0;
  position: relative;
}
.bgcolorbox .slickzhans .slickbox .slick-list {
  padding: 10px 0;
}
.bgcolorbox .slickzhans .slickbox .slick-dots {
  bottom: 0;
}
.bgcolorbox .slickzhans .slickbox .slick-slide {
  margin: 0 10px;
}
.bgcolorbox .slickzhans .slickbox .slick-slide > div {
  margin-bottom: 10px;
}
.bgcolorbox .slickzhans .slickbox .slick-slide > div:focus {
  outline: none !important;
}
.bgcolorbox .slickzhans .slickbox .slickitem {
  height: 80px;
  overflow: hidden;
  background-color: #fff;
  border: 1px #e6e6e6 solid;
  transition: transform 0.6s;
  transform: translate(0);
  margin-right: 0;
  outline: none;
}
.bgcolorbox .slickzhans .slickbox .slickitem div {
  margin-right: 0;
}
.bgcolorbox .slickzhans .slickbox .slickitem:hover {
  transform: translateY(-10px);
}
.bgcolorbox .slickzhans .slickbox .slickitem a {
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
}
.bgcolorbox .slickzhans .slickbox .slickitem a img {
  max-width: 90%;
  max-height: 80%;
  display: inline-block;
  vertical-align: middle;
}
.bgcolorbox .explost_1 {
  margin-top: 14px;
}
.bgcolorbox .explost_1 .itemexp {
  width: calc(100%/4 - 40px);
  margin-right: 53px;
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  float: left;
  margin-bottom: 30px;
  transform: translate(0px);
  transition: 0.6s;
  border: 1px solid #ededed;
  box-shadow: 0 0 10px #a3bdda;
}
.bgcolorbox .explost_1 .itemexp a {
  display: block;
}
.bgcolorbox .explost_1 .itemexp .love {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #0070b8;
  z-index: 9;
}
.bgcolorbox .explost_1 .itemexp .love .fa-heart {
  color: #fdc300;
}
.bgcolorbox .explost_1 .itemexp .logobox {
  padding: 35px 0;
  position: relative;
}
.bgcolorbox .explost_1 .itemexp .logobox .logowrap {
  background-color: #fff;
  width: 80%;
  margin: 0px auto;
  display: table-cell;
  vertical-align: middle;
}
.bgcolorbox .explost_1 .itemexp .logobox .logowrap img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.bgcolorbox .explost_1 .itemexp .logobox2 {
  height: 190px;
  display: inline-table;
  padding: 0;
}
.bgcolorbox .explost_1 .itemexp .logoboxhome2 {
  display: block;
}
.bgcolorbox .explost_1 .itemexp .logoboxhome2 .logowrap2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bgcolorbox .explost_1 .itemexp .logoboxhome2 .logowrap2 img {
  display: block;
  width: 85%;
  height: 80%;
  object-fit: contain;
}
.bgcolorbox .explost_1 .itemexp .txtbox {
  text-align: left;
  padding: 15px 20px 40px;
  border-top: 1px solid #ededed;
}
.bgcolorbox .explost_1 .itemexp .txtbox .company-name {
  font-size: 16px;
  color: #0070b8;
  height: 20px;
}
.bgcolorbox .explost_1 .itemexp .txtbox .pw {
  margin-top: 10px;
  color: #898989;
  line-height: 24px;
  height: 24px;
}
.bgcolorbox .explost_1 .itemexp .txtbox .linkbox {
  margin-top: 10px;
  color: #9e9e9e;
}
.bgcolorbox .explost_1 .itemexp:hover {
  transform: translate(-5px, -5px);
  box-shadow: 0 0 10px #a3bdda;
}
.bgcolorbox .explost_1 .itemexp .txtboxlet {
  padding: 30px 20px 20px;
}
.bgcolorbox .explost_1 .itemexpHome {
  background-color: #f8f8f8;
}
.bgcolorbox .explost_1 .itemexpHome .logobox .logowrap {
  background-color: #f8f8f8;
}
.bgcolorbox .explost_1 .itemexp:nth-child(4n) {
  margin-right: 0;
}
.bgcolorbox .explost_2 {
  position: relative;
  border-top: 1px #e2e2e2 solid;
  margin-top: 30px;
  padding-top: 20px;
}
.bgcolorbox .explost_2 .swiper-btn {
  width: 30px;
  height: 30px;
  background-color: #fff;
  transition: 0.6s;
  background-image: none;
  font-size: 25px;
  border-radius: 50%;
  outline: none;
}
.bgcolorbox .explost_2 .swiper-btn:after {
  content: none;
}
.bgcolorbox .explost_2 .swiper-btn:hover {
  background-color: #006eb9;
  color: #fff;
}
.bgcolorbox .explost_2 .swiper-button-prev {
  left: 0;
  top: 57%;
}
.bgcolorbox .explost_2 .swiper-button-next {
  right: 0;
  top: 57%;
}
.bgcolorbox .explost_2 .swiper-container {
  width: calc(100% - 60px);
  margin: auto;
}
.bgcolorbox .explost_2 .swiper-container .swiper-wrapper {
  height: 180PX;
  padding: 10px 0 0;
}
.bgcolorbox .explost_2 .swiper-container .swiper-wrapper .swiper-slide {
  height: 80px;
  overflow: hidden;
  background-color: #fff;
  border: 1px #e6e6e6 solid;
  transition: transform 0.6s;
  transform: translate(0);
}
.bgcolorbox .explost_2 .swiper-container .swiper-wrapper .swiper-slide:hover {
  transform: translateY(-10px);
}
.bgcolorbox .explost_2 .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bgcolorbox .explost_2 .swiper-container .swiper-wrapper .swiper-slide a img {
  max-width: 90%;
  max-height: 80%;
}
.bgcolorbox .swperH112 {
  padding-top: 10px;
}
.bgcolorbox .swperH112 .swiper-btn {
  top: 64%;
}
.bgcolorbox .swperH112 .swiper-container .swiper-wrapper {
  height: 112px;
}
.bgcolorbox .swperH112 .swiper-container .swiper-wrapper .swiper-slide {
  margin-top: 20px;
}
.bgcolorbox2 {
  background-color: #fff;
}
.min_height {
  min-height: 200px;
}
.luenone {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.luetwo {
  color: #0070b8;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.luetwo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Demand {
  width: 100%;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  padding: 70px 0;
}
.Demand .Demand_title {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.Demand .Demand_title .Demand_h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}
.Demand .Demand_title .Demand_code {
  display: block;
  width: 130px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #0070b8;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #0070b8;
  transition: 0.6s;
}
.Demand .Demand_title .Demand_code:hover {
  background-color: #0070b8;
  color: #fff;
}
.Demand .release {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 15px;
}
.Demand .release .slick-dots {
  bottom: -35px;
}
.Demand .release .slick-dots li button {
  background-color: rgba(208, 203, 203, 0.6);
}
.Demand .release .mySwiper {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.Demand .release .rel_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 15px;
}
.Demand .release .rel_item .rel_left {
  width: calc(100% - 130px);
}
.Demand .release .rel_item .rel_left p:first-child {
  color: #253334;
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 550;
  height: 25px;
}
.Demand .release .rel_item .rel_left .totop {
  font-size: 14px;
  background-color: #f03838;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
}
.Demand .release .rel_item .rel_left .tohot {
  font-size: 14px;
  background-color: #f03838;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
}
.Demand .release .rel_item .rel_left p:last-child {
  color: #888888;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 7px;
}
.Demand .release .rel_item .rel-right {
  width: 120px;
  background-color: #f8b800;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  font-size: 16px;
}
.Demand .release .rel_item:nth-child(1) {
  border-bottom: 1px solid #e2e9ef;
}
.Demand .release .rel_item:nth-child(2) {
  border-bottom: 1px solid #e2e9ef;
}
.zhibobox {
  overflow: hidden;
  padding: 80px 0 50px;
  background-size: cover;
}
.zhibobox .pagewrap-in {
  max-width: 1200px;
  margin: auto;
  width: 94%;
}
.zhibobox .titbox .biggont {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 40px;
}
.zhibobox .box-bottom {
  margin-top: 24px;
}
.zhibobox .box-bottom .box-l {
  float: left;
  width: 49%;
}
.zhibobox .box-bottom .box-l a {
  display: block;
  width: 100%;
  height: 100%;
}
.zhibobox .box-bottom .box-l .vidoeebox {
  height: 386px;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 386px;
  background-color: rgba(0, 0, 0, 0.1);
}
.zhibobox .box-bottom .box-l .vidoeebox img {
  transition: 0.6s;
  transform: scale(1);
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.zhibobox .box-bottom .box-l .vidoeebox .hidebox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/player.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.6s;
}
.zhibobox .box-bottom .box-l:hover .hidebox {
  opacity: 1;
}
.zhibobox .box-bottom .box-l:hover .vidoeebox img {
  transform: scale(1.1);
}
.zhibobox .box-bottom .box-l .namebox {
  font-size: 24px;
  margin-top: 20px;
  color: #fff;
}
.zhibobox .box-bottom .box-l .p2 {
  color: #fff;
  margin-top: 10px;
}
.zhibobox .box-bottom .box-l .viewtime {
  color: #abbdc6;
  margin-top: 16px;
  height: 21px;
}
.zhibobox .box-bottom .box-l .p3 {
  color: #abbdc6;
  font-size: 16px;
}
.zhibobox .box-bottom .box-r {
  width: 100%;
}
.zhibobox .box-bottom .box-r .item {
  width: calc(100%/4 - 30px);
  margin-right: 40px;
  float: left;
  transition: 0.6s;
  margin-bottom: 28px;
}
.zhibobox .box-bottom .box-r .item .vidoeebox {
  overflow: hidden;
  position: relative;
  height: 186px;
  line-height: 186px;
  background-color: rgba(0, 0, 0, 0.1);
}
.zhibobox .box-bottom .box-r .item .vidoeebox img {
  width: 100%;
  transition: 0.6s;
  transform: scale(1);
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.zhibobox .box-bottom .box-r .item .vidoeebox .hidebox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.6s;
}
.zhibobox .box-bottom .box-r .item:hover .hidebox {
  opacity: 1;
}
.zhibobox .box-bottom .box-r .item:hover .vidoeebox img {
  transform: scale(1.1);
}
.zhibobox .box-bottom .box-r .item .p2 {
  font-size: 16px;
  color: #000;
  height: 25px;
  margin-top: 10px;
  font-weight: 550;
}
.zhibobox .box-bottom .box-r .item .viewtime {
  color: #abbdc6;
  margin-top: 10px;
  height: 21px;
}
.zhibobox .box-bottom .box-r .item .p3 {
  color: #888888;
  margin-top: 10px;
  font-size: 16px;
}
.zhibobox .box-bottom .box-r .item:nth-child(4n) {
  margin-right: 0;
}
.fr {
  float: right;
}
.bgcolor {
  width: 100%;
  padding: 70px 0;
  background-color: #fafafa;
}
.forumbox {
  max-width: 1200px;
  width: 94%;
  margin: 0px auto;
}
.forumbox .slick-dots {
  bottom: -35px;
}
.forumbox .slick-dots button {
  background-color: rgba(208, 203, 203, 0.6);
}
.forumbox .titbox .biggont {
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
}
.forumbox .forumlist {
  margin-top: 14px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.forumbox .forumlist .item_a {
  padding: 15px;
  margin: 0 20px;
  background-color: #fafafa;
  transition: 0.6s;
  border: 1px solid #ededed;
}
.forumbox .forumlist .item_a .imgbox {
  height: 220px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forumbox .forumlist .item_a .imgbox img {
  max-width: 100%;
  max-height: 100%;
}
.forumbox .forumlist .item_a .txtbox .bigfont {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  height: 25px;
}
.forumbox .forumlist .item_a .txtbox .p2 {
  color: #666;
  line-height: 24px;
  margin-top: 10px;
}
.forumbox .forumlist .item_a .txtbox .ptimer {
  margin-top: 10px;
  color: #8f8f8f;
  background-image: url(../images/timer1.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
}
.forumbox .forumlist .item_a .txtbox .zhanw {
  color: #8f8f8f;
  background-image: url(../images/timer2.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.forumbox .forumlist .item_a .txtbox .linkbox {
  color: #0070b8;
  margin-top: 10px;
}
.forumbox .forumlist .item_a:hover {
  transform: translate(-5px, -5px);
  box-shadow: 0 0 10px #a3bdda;
}
.forumbox .forumlist .item_a:hover .txtbox .bigfont {
  color: #0076c2;
}
.linkmore {
  display: block;
  width: 130px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #0070b8;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #0070b8;
  transition: 0.6s;
}
.linkmore:hover {
  background-color: #0070b8;
  color: #fff;
}
.footerbox {
  background-color: #0070b8;
  overflow: hidden;
}
.footerbox .footerinside {
  max-width: 1200px;
  width: 94%;
  margin: auto;
}
.footerbox .footerup {
  padding-bottom: 30px;
}
.footerbox .footerup .topbox {
  padding: 30px 0 20px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerbox .footerup .topbox .rightlog {
  width: 125px;
}
.footerbox .footerup .topbox .rightlog img {
  display: block;
  width: 100%;
}
.footerbox .footerup .topbox .left img {
  max-width: 250px;
}
.footerbox .footerup .topbox p {
  margin-top: 10px;
  font-size: 16px;
}
.footerbox .footerup .bbboxx {
  margin-top: 24px;
}
.footerbox .footerup .bbboxx .item {
  color: #fff;
  float: left;
  min-width: 15%;
}
.footerbox .footerup .bbboxx .item:not(:last-child) {
  margin-right: 3%;
}
.footerbox .footerup .bbboxx .item .titaa {
  font-size: 24px;
  color: #fff;
  margin-bottom: 14px;
}
.footerbox .footerup .bbboxx .item .p2 {
  font-size: 18px;
}
.footerbox .footerup .bbboxx .item .goruaa {
  overflow: hidden;
  margin-top: 12px;
}
.footerbox .footerup .bbboxx .item .goruaa .itemaa {
  display: inline-block;
  float: left;
  width: 50%;
  margin-top: 5px;
  box-sizing: border-box;
}
.footerbox .footerup .bbboxx .item .goruaa .itemaa a {
  color: #fff;
  transition: 0.6s;
}
.footerbox .footerup .bbboxx .item .goruaa .itemaa a:hover {
  color: #fdcd00;
}
.footerbox .footerup .bbboxx .item .goruaa a.itemaa:hover {
  color: #fdcd00;
}
.footerbox .footerup .bbboxx .item .goruaa .aaarr {
  background-image: url(../images/arr1.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  color: #fff;
  padding-left: 16px;
}
.footerbox .footerup .bbboxx .item .goruaa .email {
  background-image: url(../images/emai.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 30px;
}
.footerbox .footerup .bbboxx .item .goruaa .pos {
  background-image: url(../images/pos_3.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 30px;
}
.footerbox .footerup .bbboxx .item .linlaaa {
  width: 140px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #0070b8;
  background-color: #fdcd00;
  font-size: 16px;
  border-radius: 2px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footerbox .footerup .bbboxx .item .sossss {
  margin-top: 30px;
}
.footerbox .footerup .bbboxx .item .sossss a {
  display: inline-block;
  background-image: url(../images/Sprite_2.png);
  background-repeat: no-repeat;
  float: left;
  margin-right: 20px;
}
.footerbox .footerup .bbboxx .item .sossss a:last-child {
  margin-right: 0;
}
.footerbox .footerup .bbboxx .item .sossss .facebookbox {
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0 0;
  margin-top: 4px;
}
.footerbox .footerup .bbboxx .item .sossss .youtobe {
  display: block;
  width: 24px;
  height: 24px;
  background-position: -25px 0;
  margin-top: 4px;
}
.footerbox .footerup .bbboxx .item .sossss .ins {
  display: block;
  width: 24px;
  height: 24px;
  background-position: -50px 0;
  margin-top: 4px;
}
.footerbox .footerup .bbboxx .item .sossss .instagram {
  display: block;
  width: 24px;
  height: 24px;
  background-position: -75px 0;
  margin-top: 4px;
}
.footerbox .footerup .bbboxx .item .sossss .weichat {
  display: block;
  width: 30px;
  height: 30px;
  background-position: -100px 0;
  position: relative;
}
.footerbox .footerup .bbboxx .item .sossss .weichat .popimg {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -40px;
  top: -120px;
  z-index: 1;
  display: none;
  transition: 0.6s;
  opacity: 0;
  border-radius: 4px;
}
.footerbox .footerup .bbboxx .item .sossss .weichat .popimg:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px #fff solid;
  border-left: 6px transparent solid;
  border-right: 6px transparent solid;
  border-bottom: 6px transparent solid;
  position: absolute;
  bottom: -12px;
  left: 49px;
}
.footerbox .footerup .bbboxx .item .sossss .weichat:hover .popimg {
  display: block;
  opacity: 1;
}
.footerbox .footerup .bbboxx .item .sossss .TikTok {
  display: block;
  width: 30px;
  height: 30px;
  background-position: -131px 0;
  position: relative;
}
.footerbox .footerup .bbboxx .item .sossss .TikTok .popimg {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -40px;
  top: -120px;
  z-index: 1;
  display: none;
  transition: 0.6s;
  opacity: 0;
  border-radius: 4px;
}
.footerbox .footerup .bbboxx .item .sossss .TikTok .popimg:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px #fff solid;
  border-left: 6px transparent solid;
  border-right: 6px transparent solid;
  border-bottom: 6px transparent solid;
  position: absolute;
  bottom: -12px;
  left: 49px;
}
.footerbox .footerup .bbboxx .item .sossss .TikTok:hover .popimg {
  display: block;
  opacity: 1;
}
.footerbox .footerup .bbboxx .item:nth-child(1) {
  width: 35%;
}
.footerbox .footerup .bbboxx .item:nth-child(2) {
  width: 195px;
  display: flex;
  text-align: center;
  margin-top: 48px;
}
.footerbox .footerup .bbboxx .item:nth-child(2) div {
  min-width: 90px;
}
.footerbox .footerup .bbboxx .item:nth-child(2) div:nth-child(2) {
  margin-left: 15px;
}
.footerbox .footerup .bbboxx .item:nth-child(2) div img {
  margin-bottom: 5px;
}
.footerbox .footerup .bbboxx .item:nth-child(2) .itemaa {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}
.footerbox .footerup .bbboxx .item:nth-child(3) {
  margin-right: 0;
  width: 240px;
}
.footerbox .footerbottom {
  background-color: #2b2b2b;
  height: 54px;
  line-height: 54px;
  color: #fff;
}
.footerbox .footerbottom a {
  color: #fff;
  position: relative;
}
.footerbox .footerbottom a:after {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #fff;
  display: inline-block;
  margin: 0 10px;
}
.footerbox .footerbottom a:last-child:after {
  content: none;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*将背景改为红色*/
  /*加padding防止文字覆盖*/
  padding-right: 14px;
  display: block;
  position: relative;
  background-color: #fff;
}
.scrolltopbox {
  width: 80px;
  height: 80px;
  background-color: #006eb9;
  text-align: center;
  line-height: 70px;
  position: fixed;
  bottom: 60px;
  right: 50px;
  color: #fff;
  font-size: 36px;
  border-radius: 5px;
  border-top: 8px #fdcd00 solid;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: 0.6s;
  display: none;
}
.scrolltopbox:hover {
  background-color: #fdcd00;
}
.rightbar {
  width: 150px;
  position: absolute;
  top: 40px;
  right: 20px;
  transition: 0.6s;
  z-index: 288;
}
.rightbar .closebtn {
  position: absolute;
  top: -30px;
  right: 0;
  width: 20px;
  height: 20px;
  font-size: 24px;
  text-align: center;
  line-height: 20px;
  color: #888888;
  cursor: pointer;
  transition: 0.6s;
}
.rightbar .closebtn:hover {
  color: #0070b8;
}
.rightbar .itembpx {
  background-color: #fff;
  box-shadow: 0 0 10px #e0d9d9;
  text-align: center;
  padding: 20px 0;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
}
.rightbar .itembpx .p1 {
  color: #0070b8;
  font-weight: bold;
}
.rightbar .itembpx .p2 {
  font-size: 14px;
}
.rightbar .itembpx .p4 {
  color: #0070b8;
  font-size: 14px;
  font-weight: bold;
}
.rightbar .itembpx .p4 i {
  color: #0070b8;
  margin-right: 2%;
}
.rightbar .itembpx img {
  margin: auto;
}
.page-banner-box {
  position: relative;
}
.page-banner-box .nametap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  font-size: 24px;
  color: #0070b8;
  transform: translate(-50%, -50%);
}
.page-banner-box .nametap .insider {
  background-image: url(../images/white.png);
  width: 197px;
  height: 46px;
  line-height: 46px;
  padding-left: 29px;
}
.page-banner-box .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 0;
  cursor: pointer;
  opacity: 0.4;
  background-color: #fff;
}
.page-banner-box .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fdc300;
}
.page-banner-box img {
  margin: auto;
}
input[type="checkbox"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  vertical-align: middle;
  transition: 0.6s;
  box-sizing: border-box;
}
input[type="checkbox"]:before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background-color: #fff;
}
input[type="checkbox"]:checked:after {
  content: url(../images/gou.svg);
  position: absolute;
  left: -1px;
  top: -1px;
}
.fs22 {
  font-size: 22px;
}
.fs36 {
  font-size: 24px;
}
.page-crumbs {
  height: 40px;
  line-height: 40px;
}
.page-crumbs a {
  color: #999999;
  position: relative;
}
.page-crumbs a:not(:last-child):after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px #999999 solid;
  border-top: 4px transparent solid;
  border-bottom: 4px transparent solid;
  border-right: 4px transparent solid;
  display: inline-block;
  margin-left: 10px;
}
.page-crumbs a.current {
  color: #0070b8;
}
.exhibitorbox .page-tit .tit {
  font-size: 30px;
}
.exhibitorbox .page-tit .showsty {
  text-align: right;
  font-size: 16px;
  width: 80px;
  float: right;
}
.exhibitorbox .page-tit .showsty .blockitem {
  width: 20px;
  display: inline-block;
  text-align: center;
  color: #becad0;
  cursor: pointer;
  transition: 0.6s;
}
.exhibitorbox .page-tit .showsty .blockitem:hover {
  color: #0070b8;
}
.exhibitorbox .page-tit .showsty .current {
  color: #0070b8;
}
.exhibitorbox .exhibitorbox-bottom {
  margin-top: 10px;
}
.exhibitorbox .exhibitorbox-bottom .exhibi-title {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}
.exhibitorbox .exhibitorbox-bottom .box-l {
  width: 100%;
  margin-bottom: 40px;
  background-color: #f2f2f2;
  padding: 20px;
  display: block;
}
.exhibitorbox .exhibitorbox-bottom .box-l .first-right {
  margin-right: 46px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox2 {
  clear: both;
  display: flex;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox2 input {
  width: 86%;
  border: none;
  padding-left: 2%;
  font-size: 16px;
  color: #cccccc;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox2 .searchbtn {
  width: 160px;
  height: 56px;
  display: block;
  background-color: #fdc300;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 4px;
  transition: 0.6s;
  cursor: pointer;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox2 .searchbtn:hover {
  background-color: #d92b2d;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .item-btn {
  width: 100px;
  font-size: 24px;
  margin-right: 60px;
  flex: none;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .item-btn .searchbtn {
  width: 160px;
  height: 56px;
  display: block;
  background-color: #fdc300;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 4px;
  transition: 0.6s;
  cursor: pointer;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .item-search {
  width: calc((100% - 20px) / 4 - 20px);
  cursor: pointer;
  position: relative;
  margin-left: 22px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .item-search .itemname {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 6px 0 24px;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  transition: 0.6s;
  outline: none;
  border: none;
  border-radius: 4px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .item-search .arrbox {
  position: absolute;
  right: 10px;
  transform: rotateZ(0deg);
  transition: 0.6s;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .item-search .arrbox i {
  font-size: 16px;
  color: #0070b8;
  font-weight: bold;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .item-search .item-sub {
  padding: 20px 20px;
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type {
  position: relative;
  color: #6c6c6d;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .item-sub {
  position: absolute;
  top: 115%;
  width: 110%;
  max-height: 50vh;
  overflow: auto;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .item-sub::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .item-sub::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #0070b8;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .item-sub::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fff;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .box-inside,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .box-spambox {
  display: none;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type #categorybox {
  padding: 15px 10px 15px 15px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll {
  padding: 10px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll .arrbox {
  display: none;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll .box-spambox {
  padding-left: 10px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll.active-bg,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll:has(.checked) {
  background-color: #ecf5ff;
  border-radius: 6px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll.active-bg .box-spambox,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll:has(.checked) .box-spambox,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll.active-bg .box-spambox,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll:has(.checked) .box-spambox {
  display: block ;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll.active-bg .tit_aaa,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll:has(.checked) .tit_aaa {
  color: #0070b8;
  font-weight: 600;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll.active-bg .box-inside,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll:has(.checked) .box-inside {
  padding-left: 10px;
  margin-bottom: 10px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll.active-bg .box-inside:has(.checked),
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll:has(.checked) .box-inside:has(.checked) {
  display: block ;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll.active-bg .box-inside .lablebox,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll:has(.checked) .box-inside .lablebox {
  display: block;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll.active-bg .sub-two,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll:has(.checked) .sub-two {
  line-height: 3;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll.active-bg .sub-two.active-bg .txt-l,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll:has(.checked) .sub-two.active-bg .txt-l,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll.active-bg .sub-two:has(.checked) .txt-l,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll:has(.checked) .sub-two:has(.checked) .txt-l {
  color: #0070b8;
  line-height: 2.5;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll.active-bg .sub-two.active-bg .lablebox,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll:has(.checked) .sub-two.active-bg .lablebox,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll.active-bg .sub-two:has(.checked) .lablebox,
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll:has(.checked) .sub-two:has(.checked) .lablebox {
  line-height: 2.5;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-type .itemsmoll .tit_aaa {
  color: #6c6c6d;
  padding: 5px 0 10px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-hall .lablebox {
  width: calc(100%/3);
  display: block;
  overflow: hidden;
  float: left;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-hall .lablebox:not(:last-child) {
  margin-bottom: 14px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-Release {
  background-color: #0070b8;
  font-size: 16px;
  border-radius: 4px;
  height: 60px;
  width: 190px;
  line-height: 60px;
  text-align: center;
  font-weight: 550;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-first .search-Release .checkgoub label {
  margin-right: 10px;
  color: #fff;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last {
  margin-top: 25px;
  width: 100%;
  display: flex;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-btn {
  flex: 1;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 24px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-btn input {
  width: 98%;
  border: none;
  display: block;
  height: 58px;
  background: transparent;
  font-size: 16px;
  color: #000;
  border-radius: 4px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-btn input::placeholder {
  color: #cccccc;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-country {
  width: 49%;
  margin-right: 2%;
  position: relative;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-country .arrbox {
  position: absolute;
  right: 10px;
  transform: rotateZ(0deg);
  transition: 0.6s;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-country .arrbox i {
  font-size: 16px;
  color: #0070b8;
  font-weight: bold;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-country .itemname {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 6px 0 24px;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  transition: 0.6s;
  outline: none;
  border: none;
  border-radius: 4px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-country .item-sub {
  padding: 20px 20px;
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-country .item-sub .itemsmoll .lablebox {
  display: block;
  width: 100%;
  overflow: hidden;
  float: left;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-country .item-sub .itemsmoll .lablebox:not(:last-child) {
  margin-bottom: 14px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-country .item-sub .itemsmoll .box-spambox {
  display: none;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-country .item-sub .itemsmoll .box-spambox .sub-two .sub-twoname .txt-l {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
  width: calc(100% - 20px);
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-country .item-sub .itemsmoll .box-spambox .sub-two .sub-twoname .arrbox {
  font-size: 20px;
  vertical-align: middle;
  float: right;
  line-height: 1;
  transition: 0.6s;
  transform: rotateZ(0deg);
  color: #0070b8;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-country .item-sub .itemsmoll .box-spambox .sub-two .box-inside {
  margin-left: 20px;
  display: none;
  overflow: hidden;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-country .item-sub .tit_aaa {
  font-size: 16px;
  color: #0070b8;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-bottom: 14px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .search-country .item-sub .tit_aaa .arrbox {
  font-size: 20px;
  vertical-align: middle;
  float: right;
  line-height: 1;
  transition: 0.6s;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .item-btn {
  width: 160px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .item-btn .searchbtn {
  width: 160px;
  height: 62px;
  display: block;
  background-color: #fdc300;
  color: #fff;
  border: none;
  font-size: 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: 0.6s;
  cursor: pointer;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-last .item-btn .searchbtn i {
  margin-left: 10px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itemarrbox .arrbox {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: rotateZ(0deg);
  transition: 0.6s;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itemarrbox .arrbox i {
  font-weight: bold;
  font-size: 16px;
  color: #0070b8;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox {
  margin-bottom: 20px;
  position: relative;
  width: calc(69%/3 - 20px);
  float: left;
  margin-left: 22px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .searchinps {
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  height: 46px;
  border: 1px #ddd solid;
  font-size: 15px;
  border-radius: 4px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .checkgoub {
  width: 200px;
  background-color: #0070b8;
  font-size: 16px;
  border-radius: 4px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 550;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .checkgoub label {
  margin-right: 10px;
  color: #fff;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .arrboxa {
  top: 0;
  position: absolute;
  right: 24px;
  font-size: 24px;
  vertical-align: middle;
  float: right;
  line-height: 1;
  margin-top: 17px;
  transition: 0.6s;
  transform: rotateZ(0deg);
  color: #000;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox:hover .arrboxa {
  color: #fff;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .itemname::-webkit-scrollbar {
  width: 1px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .itemname {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 6px 0 24px;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  transition: 0.6s;
  outline: none;
  border: none;
  border-radius: 4px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .itemname option {
  display: block;
  width: 100%;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .itemname:hover {
  background-color: #f9c801;
  color: #fff;
  transition: 0s;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .itemname .arrbox {
  position: absolute;
  right: 10px;
  top: 0px;
  transform: rotateZ(0deg);
  transition: 0.6s;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .itemname .arrbox i {
  font-size: 16px;
  color: #0070b8;
  font-weight: bold;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub {
  padding: 20px 20px;
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .tit_aaa {
  font-size: 16px;
  color: #0070b8;
  cursor: pointer;
  margin-bottom: 14px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .tit_aaa .txt-l {
  display: inline-block;
  width: calc(100% - 20px);
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .tit_aaa .arrbox {
  font-size: 20px;
  vertical-align: middle;
  float: right;
  line-height: 1;
  transition: 0.6s;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .box-spambox {
  display: none;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .box-spambox .sub-two {
  margin-left: 20px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .box-spambox .sub-two:not(:last-child) {
  margin-bottom: 20px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .box-spambox .sub-two .sub-twoname {
  margin-bottom: 10px;
  font-size: 15px;
  cursor: pointer;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .box-spambox .sub-two .sub-twoname .txt-l {
  display: inline-block;
  width: calc(100% - 20px);
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .box-spambox .sub-two .sub-twoname .arrbox {
  font-size: 20px;
  vertical-align: middle;
  float: right;
  line-height: 1;
  transition: 0.6s;
  transform: rotateZ(0deg);
  color: #0070b8;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .box-spambox .sub-two .box-inside {
  margin-left: 20px;
  display: none;
  overflow: hidden;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .leter {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  cursor: pointer;
  transition: 0.6s;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .leter:hover {
  background-color: #fdc300;
  color: #fff;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .current {
  background-color: #fdc300;
  color: #fff;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .lablebox {
  display: block;
  width: 100%;
  overflow: hidden;
  float: left;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .lablebox .checkitem {
  float: left;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .lablebox .spanname {
  display: block;
  float: left;
  width: calc(100% - 32px);
  margin-left: 6px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll .lablebox:not(:last-child) {
  margin-bottom: 14px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmollcurrent .box-spambox {
  display: block;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .itemsmoll:not(:last-child) {
  margin-bottom: 20px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .itembox .item-sub .searchVenues .lablebox {
  width: calc(100%/3);
}
.exhibitorbox .exhibitorbox-bottom .box-l .searchIssuebox {
  width: auto;
  margin-left: 0%;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-flex {
  margin-top: 18px;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-flex .itemnamenoe {
  float: left;
  font-size: 16px;
  margin-right: 2%;
  min-width: 90px;
  font-weight: 550;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-flex .item-sub {
  float: left;
  width: 79%;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-flex .item-sub .leter {
  padding-right: 18px;
  font-size: 14px;
  cursor: pointer;
  color: #999;
  transition: 0.6s;
  font-weight: 550;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-flex .item-sub .leter:hover {
  font-weight: bold;
  color: #0070b8;
}
.exhibitorbox .exhibitorbox-bottom .box-l .item-flex .item-sub .current {
  font-weight: bold;
  color: #0070b8;
}
.exhibitorbox .exhibitorbox-bottom .businessman .itembox {
  width: calc(87%/4 - 17px);
}
.exhibitorbox .exhibitorbox-bottom .businessman .itembox-one {
  margin-left: 0px;
}
.exhibitorbox .exhibitorbox-bottom .nodedata {
  background-image: url(../images/nodate.svg);
  background-repeat: no-repeat;
  background-position: center 80px;
  background-size: 280px;
  height: 400px;
}
.exhibitorbox .exhibitorbox-bottom .nodedata p {
  text-align: center;
  padding-top: 325px;
  font-size: 18px;
  color: #bbb3b3;
}
.exhibitorbox .exhibitorbox-bottom .box-r {
  width: 100%;
}
.exhibitorbox .exhibitorbox-bottom .box-r .itembox {
  margin-bottom: 20px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .itembox .love {
  position: absolute;
  right: 6px;
  display: block;
  top: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  color: #0070b8;
}
.exhibitorbox .exhibitorbox-bottom .box-r .itembox .love .fa-heart {
  color: #ddd;
}
.exhibitorbox .exhibitorbox-bottom .box-r .itembox .collected .fa-heart {
  color: #fdc300;
}
.exhibitorbox .exhibitorbox-bottom .box-r .itembox .itemname {
  font-size: 18px;
  margin-right: 2%;
}
.exhibitorbox .exhibitorbox-bottom .box-r .itembox .item-sub {
  border-bottom: 1px #ddd solid;
  padding-bottom: 10px;
  margin-top: 10px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .itembox .item-sub .leter {
  padding-right: 18px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.6s;
}
.exhibitorbox .exhibitorbox-bottom .box-r .itembox .item-sub .leter:hover {
  font-weight: bold;
  color: #0070b8;
}
.exhibitorbox .exhibitorbox-bottom .box-r .itembox .item-sub .current {
  font-weight: bold;
  color: #0070b8;
}
.exhibitorbox .exhibitorbox-bottom .box-r .conditionbox {
  margin-bottom: 10px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .conditionbox .box-la {
  font-size: 16px;
  width: 80px;
  float: left;
  line-height: 38px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .conditionbox .box-ra {
  width: calc(100% - 80px);
  float: left;
}
.exhibitorbox .exhibitorbox-bottom .box-r .conditionbox .box-ra .item {
  display: inline-block;
  border: 1px #0070b8 solid;
  padding: 6px 20px;
  border-radius: 4px;
  font-size: 16px;
  color: #0070b8;
  position: relative;
  margin-right: 14px;
  margin-bottom: 10px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .conditionbox .box-ra .item .remove {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #fdc300;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: -8px;
  right: -8px;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  transition: 0.6s;
  color: #a67f08;
}
.exhibitorbox .exhibitorbox-bottom .box-r .conditionbox .box-ra .item .remove:hover {
  background-color: #b3111a;
  color: #fff;
}
.exhibitorbox .exhibitorbox-bottom .box-r .conditionbox .box-ra .removeall {
  background-color: #0070b8;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.6s;
}
.exhibitorbox .exhibitorbox-bottom .box-r .conditionbox .box-ra .removeall:hover {
  background-color: #d92b2d;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox {
  width: calc(100%/4 - 23px);
  margin-right: 30px;
  background-color: #fff;
  float: left;
  margin-bottom: 40px;
  transition: transform 0.6s, box-shadow 0.6s;
  border: 1px solid #ececec;
  transform: translate(0);
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox:hover {
  transform: translate(-5px, -5px);
  box-shadow: 0 0 10px #a3bdda;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .logobox {
  height: 160px;
  line-height: 160px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .logobox a {
  display: block;
  width: 100%;
  height: 100%;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .logobox img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .compamyname {
  text-align: left;
  color: #0070b8;
  font-size: 16px;
  margin-top: 18px;
  padding: 0 10px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .p2 {
  padding: 0px 20px;
  text-align: left;
  line-height: 1.8;
  height: 50px;
  margin: 10px auto;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .bootno {
  text-align: left;
  color: #898989;
  margin-top: 10px;
  padding: 0 10px;
  padding-bottom: 20px;
  font-size: 16px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .handlebox {
  margin-top: 30px;
  border-top: 1px #deebf7 solid;
  overflow: hidden;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .handlebox .item {
  display: inline-block;
  width: 50%;
  height: 50px;
  line-height: 50px;
  float: left;
  text-align: center;
  color: #0070b8;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  transition: 0.6s;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .handlebox .item:hover {
  background-color: #0070b8;
  color: #fff;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .handlebox .collected {
  background-color: #ececec !important;
  color: #b2b2b2 !important;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .handlebox .collected:hover {
  background-color: #ececec;
  color: #b2b2b2;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .handlebox .item:nth-child(1):after {
  content: '';
  width: 1px;
  height: 50px;
  background-color: #deebf7;
  position: absolute;
  right: 0;
  top: 0;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .handlebox1 {
  border-top: none;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .handlebox1 .item {
  float: left;
  border: none;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .handlebox1 .item:nth-child(1) {
  background-color: #fdc300;
  color: #fff;
  float: left;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .handlebox1 .item:nth-child(1):after {
  content: none;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .handlebox1 .item:nth-child(2) {
  background-color: #daecf6;
  color: #0070b8;
  float: left;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .handlebox1 .collected {
  background-color: #ececec !important;
  color: #b2b2b2 !important;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .handlebox1 .collected:hover {
  background-color: #ececec !important;
  color: #b2b2b2 !important;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .productpic {
  width: calc(100% - 28px);
  margin: 14px auto;
  height: 160px;
  line-height: 160px;
  overflow: hidden;
  text-align: center;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .productpic a {
  display: block;
  width: 100%;
  height: 100%;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .productpic img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 80%;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .txtbox {
  padding: 20px;
  height: 185px;
  background-color: #dfeaf0;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .txtbox .productname {
  text-align: left;
  font-size: 18px;
  color: #333333;
  height: 27px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .txtbox .cenff {
  margin-top: 0px;
  color: #0171bb;
  background-repeat: no-repeat;
  background-position: 2px 2px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 550;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .txtbox .com-content {
  color: #898788;
  padding-bottom: 0px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .txtbox .categories {
  margin-top: 16px;
  color: #333333;
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-bottom: 5px;
  font-weight: 550;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox .txtbox .com-border {
  padding-bottom: 13px;
  color: #898788;
  border-bottom: 1px #c4d5ef solid;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itembox:nth-child(4n) {
  margin-right: 0px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist {
  width: 100%;
  padding: 20px 30px 20px 60px;
  display: flex;
  margin-bottom: 25px;
  background-color: rgba(230, 230, 230, 0.35);
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .colorbox {
  display: none;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .love {
  font-size: 20px;
  top: 18px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .productpic {
  width: 18%;
  margin: 0px;
  height: 177px;
  line-height: 177px;
  display: none;
  margin-right: 2%;
  background-color: #fff;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .productpic img {
  max-height: 90%;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .txtbox {
  width: 100%;
  height: auto;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .txtbox .flex {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .txtbox .flex .name {
  width: 33.5%;
  margin-right: 5%;
  border-right: 1px #c4d5ef solid;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .txtbox .flex .comname {
  width: 47.5%;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .txtbox .com-border {
  padding-bottom: 0;
  border-bottom: none;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .txtbox .categories {
  margin-top: 10px;
  padding-bottom: 5px;
  font-weight: 550;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .logobox {
  margin: 0;
  width: 200px;
  float: left;
  height: 120px;
  display: none;
  line-height: 120px;
  background-color: #fff;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .txtbopx {
  float: left;
  width: 100%;
  margin-left: 1%;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .txtbopx a {
  width: 95%;
  display: flex;
  align-items: center;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .txtbopx .compamyname {
  text-align: left;
  margin-top: 0;
  width: 47.5%;
  margin-right: 5%;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .txtbopx .bootno {
  width: 47.5%;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .bootno {
  text-align: left;
  font-size: 16px;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .handlebox {
  width: 220px;
  float: right;
  margin-top: 35px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .handlebox .item {
  width: calc(50% - 10px);
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px #0070b8 solid;
  box-sizing: border-box;
  margin: 0 5px;
}
.exhibitorbox .exhibitorbox-bottom .box-r .exhibitor-list .itemboxlist .handlebox .collected {
  border: 1px #d0d0d0 solid;
}
.bgcolorpage {
  position: relative;
  background-color: #f8f8f8;
}
.page_list {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 25px;
  position: relative;
}
.page_list .Buyers {
  position: absolute;
  top: 0;
  right: 0;
}
.page_list .Buyers span {
  width: 100px;
  height: 40px;
  background-color: #006fb7;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  border-top-right-radius: 10px;
}
.page_list p {
  color: #929292;
  line-height: 30px;
  font-size: 16px;
}
.page_list .page_title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page_list .page_title h3 {
  color: #006fb7;
  font-size: 20px;
  margin: 0px;
}
.page_list .page_title p .totop {
  font-size: 14px;
  background-color: #f03838;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
}
.page_list .page_title p .tohot {
  font-size: 14px;
  background-color: #f8b800;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
  margin-right: 10px;
  line-height: 1;
  display: inline-block;
}
.page_list .list_flex {
  display: flex;
  margin-bottom: 25px;
}
.page_list .list_flex .noe {
  margin-right: 2%;
}
.page_list .list_flex .noe span {
  color: #000;
}
.page_list .list_flex .tow span {
  color: #000;
}
.page_list .list_btn {
  width: 120px;
  height: 36px;
  background-color: #f8b800;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  margin-top: 40px;
  cursor: pointer;
}
.page_list .list_btn span {
  color: #fff;
  font-size: 16px;
}
.page_number {
  width: 390px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 80px;
  margin-top: 80px;
}
.page_number .arrow {
  width: 46px;
  height: 46px;
  border: 1px solid #e2e2e2;
  background-color: #f1f2f6;
  color: #fff;
  text-align: center;
  line-height: 46px;
  font-size: 26px;
  border-radius: 5px;
}
.page_number .arrow:hover {
  background-color: #0171bb;
}
.page_number .list_number {
  display: flex;
}
.page_number .list_number li {
  width: 46px;
  height: 46px;
  border: 1px solid #e2e2e2;
  text-align: center;
  line-height: 46px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 10px;
}
.page_number .list_number li:last-child {
  margin: 0;
}
.header_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 45px;
}
.header_title .titibox {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.header_title .sort-div {
  position: relative;
}
.header_title .sort-div .head_sort {
  position: relative;
  width: 216px;
  margin-left: 22px;
}
.header_title .sort-div .head_sort select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 24px;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  transition: 0.6s;
  outline: none;
  border: none;
  border-radius: 4px;
  font-weight: 550;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}
.header_title .sort-div .head_sort .arrboxa {
  top: 0;
  position: absolute;
  right: 24px;
  font-size: 24px;
  vertical-align: middle;
  float: right;
  line-height: 1;
  margin-top: 17px;
  transition: 0.6s;
  transform: rotateZ(0deg);
  color: #000;
}
.number_active {
  background-color: #0067aa;
  color: #fff;
}
body .layer-poplogintip {
  width: 400px;
  box-sizing: border-box;
}
body .layer-poplogintip .layui-layer-content {
  padding: 30px;
  box-sizing: border-box;
}
body .layer-poplogintip .layui-layer-content .txttip {
  text-align: center;
  font-size: 18px;
  color: #f00;
}
body .layer-poplogintip .layui-layer-content .tip2 {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: #908787;
}
body .layer-poplogintip .layui-layer-content .linklogin {
  width: 100%;
  height: 40px;
  display: block;
  /* border: 1px #3d2ba2 solid; */
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  margin: 10px auto 0;
  color: #fff;
  background-color: #0070b8;
  border-radius: 4px;
  transition: 0.6s;
}
body .layer-poplogintip .layui-layer-content .linklogin:hover {
  background-color: #fdc300;
}
.bacolor {
  width: 100%;
  background-color: #f7f7f7;
  padding-bottom: 50px;
}
.page-info {
  margin-top: 100px;
}
.page-info .page-crumbs {
  text-align: left;
}
.release_src {
  width: 120px;
  height: auto;
  background-color: #197fbf;
  color: #283136;
  height: 57px;
  margin-left: auto;
}
.release_src .rele_click {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.release_src .rele_click i {
  font-size: 20px;
  color: #fff;
}
.release_src .rele_click p {
  font-size: 16px;
  font-weight: 500;
  margin-left: 7%;
  color: #fff;
}
.Popup {
  width: 100%;
  position: fixed;
  top: 157px;
  background-color: #0067aa;
  z-index: 999;
  padding: 40px 0;
  display: none;
}
.Popup .Popup_container {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
}
.Popup .Popup_container .ptit {
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
}
.Popup .Popup_container .formbox .select1 {
  float: left;
  height: 56px;
  border: none;
  background-image: url(../images/arr.png);
  background-repeat: no-repeat;
  padding: 0 14px;
  background-position: right center;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 10px;
  width: 200px;
  color: #999999;
  font-weight: 550;
}
.Popup .Popup_container .formbox .select2 {
  float: left;
  height: 56px;
  border: none;
  background-image: url(../images/arr.png);
  background-repeat: no-repeat;
  padding: 0 14px;
  background-position: right center;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 10px;
  width: 300px;
  color: #999999;
  font-weight: 550;
}
.Popup .Popup_container .formbox .insp {
  width: 38%;
  height: 56px;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 16px;
  border: none;
  float: left;
  width: 400px;
}
.Popup .Popup_container .formbox .insp::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 550;
}
.Popup .Popup_container .formbox .btnsearch {
  height: 56px;
  background-color: #fdc300;
  color: #fff;
  width: 200px;
  border-radius: 4px;
  font-size: 16px;
  border: none;
  float: left;
  margin-left: 10px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.mbcolor {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 777;
  display: none;
}
.exhibitor-info-box .contenttow {
  margin: 40px 0;
  font-size: 16px;
}
.exhibitor-info-box .contenttow .tit_aaa {
  font-size: 30px;
  color: #006ebc;
  margin-bottom: 10px;
}
.exhibitor-info-box .info-top {
  background-color: #f7f7f7;
  padding: 20px;
  overflow: hidden;
}
.exhibitor-info-box .info-top .logobox {
  width: 240px;
  height: 160px;
  background-color: #fff;
  line-height: 160px;
  text-align: center;
  float: left;
}
.exhibitor-info-box .info-top .logobox a {
  display: block;
  width: 100%;
  height: 100%;
}
.exhibitor-info-box .info-top .logobox img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}
.exhibitor-info-box .info-top .txtbox {
  float: left;
  margin-left: 30px;
  width: calc(100% - 550px);
}
.exhibitor-info-box .info-top .txtbox .companyname {
  font-size: 28px;
}
.exhibitor-info-box .info-top .txtbox .companyname a {
  color: #333;
}
.exhibitor-info-box .info-top .txtbox .bootno {
  font-size: 18px;
  margin-top: 10px;
  color: #0070b8;
  font-weight: bold;
}
.exhibitor-info-box .info-top .txtbox .pproduct_type {
  font-size: 14px;
  margin-top: 10px;
  color: #333333;
}
.exhibitor-info-box .info-top .boxlink {
  width: 280px;
  float: right;
  overflow: hidden;
  margin-top: 44px;
}
.exhibitor-info-box .info-top .boxlink .item {
  float: left;
  width: 130px;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
}
.exhibitor-info-box .info-top .boxlink .item .circlebox {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #0070b8;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin-right: 5px;
}
.exhibitor-info-box .info-top .item:nth-child(2) {
  margin-left: 20px;
}
.exhibitor-info-box .info-top .item:nth-child(2) .circlebox {
  background-color: #fdc300;
  transition: 0.6s;
}
.exhibitor-info-box .info-top .item:nth-child(2) .collected {
  background-color: #f5e4c2 !important;
}
.exhibitor-info-box .info-top .item:nth-child(2) .collected i {
  color: #df1662;
}
.exhibitor-info-box .vidiobox {
  max-width: 800px;
  width: 60%;
  margin: 40px auto;
  height: 450px;
  overflow: hidden;
  width: 100%;
}
.exhibitor-info-box .vidiobox video {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.company-txt3 {
  margin: 40px auto;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}
.company-txt3 .tit_aaa {
  font-size: 24px;
  color: #0070b8;
  margin-bottom: 10px;
}
.showimgbox {
  margin-top: 70px;
  overflow: hidden;
  display: flex;
}
.showimgbox .box-l {
  width: 50%;
  float: left;
  border: 1px #ddd solid;
  height: 406px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.showimgbox .box-l img {
  max-height: 100%;
  max-width: 100%;
}
.showimgbox .box-r {
  box-sizing: border-box;
  padding-left: 60px;
  padding-top: 20px;
  width: 50%;
  float: left;
}
.showimgbox .box-r .productname {
  font-size: 24px;
}
.showimgbox .box-r .producttype {
  font-size: 16px;
  color: #0070b8;
  margin-top: 10px;
}
.showimgbox .box-r .linka {
  display: inline-block;
  height: 40px;
  border-radius: 4px;
  background-color: #0070b8;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  transition: 0.6s;
  margin-right: 10px;
  padding: 0 30px;
}
.showimgbox .box-r .linka:hover {
  background-color: #fdc300;
}
.showimgbox .box-r .collectsty {
  background-color: #0070b8;
  cursor: pointer;
}
.showimgbox .box-r .collected i {
  color: #df1662;
}
.showimgbox .box-r .box-pic {
  margin-top: 20px;
}
.showimgbox .box-r .box-pic .itemimg {
  width: calc(100%/4 - 15px);
  cursor: pointer;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 80px;
  padding: 5px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px #ddd solid;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
}
.showimgbox .box-r .box-pic .itemimg img {
  max-height: 100%;
}
.showimgbox .box-r .box-pic .itemimg:hover {
  border: 3px #fdc300 solid;
}
.showimgbox .box-r .box-pic .currrent {
  border: 3px #fdc300 solid;
}
.showimgbox .box-r .box-pic .itemimg:nth-child(4n) {
  margin-right: 0px;
}
.js-introduction {
  height: 315px;
  overflow-y: auto;
}
.exhibitor-info {
  width: 100%;
  min-height: 300px;
  display: flex;
  background-color: #f5f6f8;
  padding-top: 35px;
}
.exhibitor-info .company-txt {
  margin: 0 0 0 5%;
  width: 40%;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  padding: 36px;
  background-color: #fff;
}
.exhibitor-info .company-txt .tit_aaa {
  font-size: 30px;
  color: #0070b8;
  margin-bottom: 10px;
}
.exhibitor-info .company-txt p {
  margin-bottom: 10px;
}
.exhibitor-info .vadio_swiper {
  width: 55%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.exhibitor-info .vadio_swiper .swiper-container {
  overflow: initial;
  height: 100%;
}
.exhibitor-info .vadio_swiper .swiper-slide-thumb-active .video_mb {
  border: 2px solid #0067aa;
}
.exhibitor-info .vadio_swiper .video_mb {
  border: 2px solid #ccc;
}
.exhibitor-info .vadio_swiper .video_mb img {
  width: 100%;
}
.exhibitor-info .vadio_swiper .gallery-thumbs {
  width: 80%;
  margin-top: 20px;
}
.exhibitor-info .vadio_swiper .mySwiper_video {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
.exhibitor-info .vadio_swiper .swiper-btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0067aa;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 18px;
  top: 114% !important;
  outline: none;
}
.exhibitor-info .vadio_swiper .swiper-button-next.swiper-button-disabled,
.exhibitor-info .vadio_swiper .swiper-button-prev.swiper-button-disabled {
  background-color: #cbcbcb;
}
.exhibitor-info .vidiobox {
  height: auto;
  width: 100%;
  height: 450px;
  margin: 0px auto;
}
.contentInfo1 {
  position: relative;
}
.contentInfo2 {
  position: relative;
}
.contentInfo2 .commentlist {
  padding-bottom: 0px;
}
.contentInfo2 .pagewrap {
  padding-bottom: 35px;
}
.contentInfo2 .coninfo {
  width: 100%;
  background-color: #fff;
  padding: 40px 30px 70px;
  margin-top: 25px;
}
.contentInfo2 .coninfo .company-txt div {
  font-size: 16px;
  line-height: 30px;
  font-weight: 550;
  color: #333333;
}
.contentInfo2 .coninfo .tit_aaa {
  color: #0070b8;
  font-size: 24px;
  line-height: 70px;
}
.contentInfo2 .contentinf {
  max-width: 1200px;
  width: 94%;
  margin: auto;
}
.contentInfo2 .contentinf .infoList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #f7f7f7;
  padding-bottom: 30px;
  padding-top: 30px;
}
.contentInfo2 .contentinf .infoList .info_img {
  width: 15%;
}
.contentInfo2 .contentinf .infoList .info_size {
  width: 78%;
  padding: 25px;
}
.contentInfo2 .contentinf .infoList .info_size .info_h2 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #333333;
}
.contentInfo2 .contentinf .infoList .info_size .info_h3 {
  margin: 0px;
  margin-bottom: 10px;
  color: #0070b8;
  font-weight: 700;
}
.contentInfo2 .contentinf .infoList .info_size .info_p {
  margin: 0px;
  color: #888888;
  font-size: 16px;
}
.contentInfo2 .contentinf .infoList .Collection {
  width: 7%;
  margin: 0 auto;
}
.contentInfo2 .contentinf .infoList .Collection p {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  line-height: 56px;
  text-align: center;
  background-color: #ed9d00;
  border-radius: 50%;
}
.contentInfo2 .contentinf .infoList .Collection p i {
  font-size: 20px;
  color: #fff;
}
.exhibitorbox .exhibitorbox-bottom .box-r .prodectBgcolor .itemboxlist {
  background-color: #dfeaf0;
}
.recommendation .insderbox {
  max-width: 1200px;
  margin: auto;
  padding: 60px 0;
}
.recommendation .insderbox .tita {
  font-size: 24px;
  color: #0070b8;
  margin-bottom: 20px;
}
.recommendation .insderbox .swiperbox {
  position: relative;
}
.recommendation .insderbox .swiperbox .swiper-btn {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #006eb9;
  text-align: center;
  font-size: 16px;
  line-height: 66px;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 24px;
  top: 42% !important;
  outline: none;
}
.recommendation .insderbox .swiperbox .swiper-button-prev {
  left: -80px;
}
.recommendation .insderbox .swiperbox .swiper-button-next {
  right: -80px;
}
.recommendation .insderbox .swiperbox .swiper-pagination {
  bottom: -5px;
}
.recommendation .insderbox .productaaaa {
  height: 530px;
  padding: 10px 0 0;
  position: relative;
  /* 设置按钮大小 */
}
.recommendation .insderbox .productaaaa .slick-dots {
  bottom: -30px;
}
.recommendation .insderbox .productaaaa .itemlsss {
  height: 230px;
  transition: transform 0.6s;
  border: 0;
  border-color: #fdc300;
  transform: translate(0);
  box-sizing: border-box;
}
.recommendation .insderbox .productaaaa .itemlsss:hover {
  box-shadow: 0 0 10px #a3bdda;
  transform: translateY(-10px);
}
.recommendation .insderbox .productaaaa .itemlsss .imgbpx {
  height: 160px;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ececec;
  position: relative;
}
.recommendation .insderbox .productaaaa .itemlsss .imgbpx .love {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #e3e3e3;
}
.recommendation .insderbox .productaaaa .itemlsss .imgbpx .love .fa-heart {
  color: #fdc300;
}
.recommendation .insderbox .productaaaa .itemlsss .imgbpx .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.recommendation .insderbox .productaaaa .itemlsss .imgbpx img {
  transition: 0.6s;
  transform: scale(0.8);
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 90%;
}
.recommendation .insderbox .productaaaa .itemlsss .imgbpx2 {
  height: 160px;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ececec;
  position: relative;
  padding: 10px;
}
.recommendation .insderbox .productaaaa .itemlsss .imgbpx2 img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.recommendation .insderbox .productaaaa .itemlsss .namebox {
  height: 75px;
  line-height: 1.5;
  padding: 15px 14px;
  box-sizing: border-box;
  background-color: #dfeaf0;
  transition: 0.6s;
}
.recommendation .insderbox .productaaaa .itemlsss .namebox .luetwo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.recommendation .insderbox .productaaaa .itemlsss .namebox a {
  color: #3b82c0;
  font-size: 16px;
  font-weight: 550;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.recommendation .insderbox .productaaaa .itemlsss .name_info {
  color: #9fa7aa;
  width: 100%;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recommendation .insderbox .productaaaa .boxsspasw {
  width: 224px;
  margin: 0 10px;
}
.recommendation .insderbox .productaaaa .slick-prev,
.recommendation .insderbox .productaaaa .slick-next {
  background-color: #0070b8;
  top: 40%;
}
.recommendation .insderbox .productaaaa .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 14px;
  height: 14px;
  background-color: #dfdfdf;
  opacity: 1;
}
.recommendation .insderbox .productaaaa .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0070b8;
}
.recommendation .insderbox .swiperh220 .swiper-container {
  height: 270px;
}
.recommendation .insderbox .swiperh220 .swiper-btn {
  top: 34% !important;
}
.commentlist {
  margin-top: 50px;
  padding-bottom: 50px;
}
.commentlist .titbox {
  font-size: 24px;
  margin-bottom: 10px;
  color: #0070b8;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px #0070b8 solid;
}
.commentlist .commenTop {
  margin-bottom: 0px;
}
.commentlist .vidiobox1a {
  width: 86%;
  height: 500px;
  overflow: hidden;
}
.commentlist .vidiobox1a video {
  max-height: 100%;
}
.commentlist .newslist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 2;
}
.commentlist .newslist li {
  width: 50%;
  padding: 10px 0px;
  margin-top: 20px;
  transition: 0.6s;
  overflow: hidden;
  border-bottom: 2px solid #f7f7f7;
}
.commentlist .newslist li a {
  display: block;
  height: 100%;
  line-height: 40px;
}
.commentlist .newslist li a .titaa {
  font-size: 16px;
  font-weight: 550;
  color: #333333;
  display: inline-block;
  width: 75%;
  padding-left: 0;
  transition: 0.6s;
}
.commentlist .newslist li a .timera {
  font-size: 16px;
  color: #999999;
  margin: 0 15px;
  font-weight: 550;
}
.commentlist .newslist li a .timerv {
  font-size: 14px;
  color: #0070b8;
  padding-left: 30px;
}
.commentlist .newslist li a .arrhide {
  display: none;
}
.commentlist .newslist li a .download {
  float: right;
  display: block;
  height: 40px;
  width: 80px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #ee9d00;
  border-radius: 4px;
  transition: 0.6s;
}
.commentlist .newslist li a .download span {
  display: block;
}
.commentlist .newslist li a .download i {
  display: none;
}
.commentlist .newslist li:hover a .titaa {
  color: #0070b8;
  padding-left: 20px;
}
.commentlist .newslist li:hover a .download {
  background-color: #fdc300;
}
.commentlist .newslist .productinfo {
  width: 100%;
}
.commentlist .vidiolist .itembox {
  width: calc(100%/4 - 15px);
  float: left;
  margin-right: 20px;
  transition: 0.6s;
  transform: translate(0);
  margin-bottom: 15px;
}
.commentlist .vidiolist .itembox:hover {
  transform: translate(-5px, -5px);
}
.commentlist .vidiolist .itembox .imgbox {
  position: relative;
  height: 164px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.commentlist .vidiolist .itembox .imgbox .hidebox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: 0.6s;
}
.commentlist .vidiolist .itembox .imgbox .timebox {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px 5px;
}
.commentlist .vidiolist .itembox .txtbox {
  margin-top: 10px;
}
.commentlist .vidiolist .itembox .txtbox .titb {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.commentlist .vidiolist .itembox .txtbox .pcompany {
  margin-top: 10px;
  color: #333333;
}
.commentlist .vidiolist .itembox .txtbox .paaaa {
  color: #999;
  margin-top: 5px;
}
.commentlist .vidiolist .itembox .txtbox .tit_name {
  color: #333333;
}
.commentlist .vidiolist .itembox:nth-child(4n) {
  margin-right: 0;
}
.commentlist .forumlist {
  margin-top: 14px;
}
.commentlist .forumlist .item_a {
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  float: left;
  background-color: #fafafa;
  transition: 0.6s;
}
.commentlist .forumlist .item_a a {
  display: block;
}
.commentlist .forumlist .item_a .imgbox {
  height: 214px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.commentlist .forumlist .item_a .imgbox img {
  max-width: 100%;
  max-height: 100%;
}
.commentlist .forumlist .item_a .txtbox {
  padding: 20px;
}
.commentlist .forumlist .item_a .txtbox .bigfont {
  font-size: 16px;
  line-height: 30px;
  font-weight: 550;
  color: #333;
}
.commentlist .forumlist .item_a .txtbox .bigfontone {
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
}
.commentlist .forumlist .item_a .txtbox .company-name {
  color: #333333;
  margin-top: 10px;
}
.commentlist .forumlist .item_a .txtbox .ptimer {
  margin-top: 10px;
  color: #999999;
  background-image: url(../images/timer1.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
}
.commentlist .forumlist .item_a .txtbox .pti_name {
  color: #999;
}
.commentlist .forumlist .item_a .txtbox .zhanw {
  color: #999999;
  background-image: url(../images/timer2.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.commentlist .forumlist .item_a .txtbox .linkbox {
  color: #0070b8;
  margin-top: 20px;
}
.commentlist .forumlist .item_a:hover {
  transform: translate(-5px, -5px);
  box-shadow: 0 0 10px #a3bdda;
}
.commentlist .forumlist .item_a:hover .txtbox .bigfont {
  color: #0076c2;
}
.commentlist .forumlist .item_a:nth-child(4n) {
  margin-right: 0;
}
.adbox-product {
  position: absolute;
  top: 100px;
  left: 20px;
  transition: 0.6s;
  width: 200px;
  z-index: 11;
}
.adbox-product .closebtn {
  position: absolute;
  top: -30px;
  width: 20px;
  height: 20px;
  font-size: 24px;
  text-align: center;
  line-height: 20px;
  color: #888888;
  cursor: pointer;
}
.adbox-product .closebtn:hover {
  color: #0070b8;
}
.adbox-product .itemwrap .item {
  box-shadow: 0 0 10px #93c6e6;
  margin-bottom: 10px;
}
#certify {
  position: relative;
  width: 100%;
  margin: 70px auto 0;
  border-radius: 6px;
}
.hideleft {
  left: -220px;
}
.hideright {
  right: -220px;
}
#certify .swiper-slide {
  max-width: 840px;
  width: 80%;
  position: relative;
  background: #fff;
  cursor: pointer;
}
#certify .swiper-slide:after {
  content: url(../images/play1.png);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.indexvideo2 {
  max-width: 1200px;
  padding-bottom: 100px;
  margin: auto;
}
.indexvideo2 .swiper-container {
  overflow: visible;
}
.indexvideo2 .swiper-slide img {
  display: block;
  border-radius: 6px;
  box-shadow: 0 0 20px #7f8082;
  overflow: hidden;
}
.Live_box {
  display: block;
}
.viewbox .toptitle {
  margin-top: 45px;
}
.viewbox .toptitle .box-l {
  font-size: 36px;
  float: left;
  color: #333333;
  font-weight: bold;
}
.viewbox .toptitle .box-r {
  float: right;
  font-size: 16px;
}
.viewbox .toptitle .box-r .linkbox {
  display: inline-block;
  width: 120px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  background-color: #fdc300;
  font-size: 16px;
  border-radius: 4px;
  margin-left: 20px;
  transition: 0.6s;
}
.viewbox .toptitle .box-r .linkbox:hover {
  background-color: #af1418;
}
.viewbox .crumbs {
  width: 100%;
  padding-top: 30px;
}
.viewbox .crumbs .crumbs_list {
  display: flex;
  align-items: center;
}
.viewbox .crumbs .crumbs_list li {
  width: 25%;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #0070b8;
  cursor: pointer;
  color: #888888;
}
.viewbox .crumbs .crumbs_list li span {
  margin-left: 3%;
  font-size: 16px;
}
.viewbox .crumbs .crumbs_list li + li {
  border-left: 0px;
}
.viewbox .searchbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.viewbox .searchbox .soltbpx {
  width: 120px;
  height: 50px;
  border-radius: 4px;
  border: 1px #0070b8 solid;
  display: block;
  box-sizing: border-box;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #0070b8;
  float: left;
}
.viewbox .searchbox .sear_left {
  width: 45%;
  flex: none;
  display: flex;
  align-items: center;
}
.viewbox .searchbox .sear_left .Sponsor {
  display: flex;
}
.viewbox .searchbox .sear_left .Sponsor.en p {
  width: 120px;
}
.viewbox .searchbox .sear_left .Sponsor p {
  width: 98px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border: 1px solid #0070b8;
  color: #0070b8;
  font-size: 16px;
  font-weight: 600;
}
.viewbox .searchbox .sear_left .Sponsor p a {
  color: #0070b8;
}
.viewbox .searchbox .sear_left .Sponsor p:last-child {
  border-left: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.viewbox .searchbox .sear_left .Sponsor p:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0px;
}
.viewbox .searchbox .sear_left .sort {
  padding-left: 3.2%;
}
.viewbox .searchbox .sear_left .sort .head_sort {
  width: 140px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #0070b8;
  color: #888888;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.viewbox .searchbox .sear_left .sort .head_sort .arrbox {
  position: absolute;
  right: 10px;
  top: 10px;
  transform: rotateZ(0deg);
  transition: 0.6s;
}
.viewbox .searchbox .sear_left .sort .head_sort .downBox,
.viewbox .searchbox .sear_left .sort .head_sort .sponsorBox {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #888888;
}
.viewbox .searchbox .sear_left .sort .head_sort .arrboxa {
  position: absolute;
  right: 10px;
}
.viewbox .searchbox .sear_left .sort .head_sort i {
  color: #0070b8;
  font-size: 25px;
}
.viewbox .searchbox .sear_left .sort .head_sort .bluer {
  color: #0070b8;
}
.viewbox .sear_left .sort .sort_list {
  display: none;
  position: absolute;
  width: 140px;
  background-color: #fff;
  z-index: 2;
}
.viewbox .sear_left .sort .sort_list li {
  line-height: 40px;
  padding-left: 6%;
  cursor: pointer;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
}
.viewbox .sear_left .sort .sort_list li a {
  color: #000;
}
.viewbox .sear_left .sort .sort_list li:hover {
  background-color: #0067aa;
  color: #fff;
}
.viewbox .sear_left .sort .sort_list li:hover a {
  color: #fff;
}
.viewbox .box_search {
  width: 50%;
  float: left;
}
.viewbox .box_search input {
  width: calc(100% - 110px);
  height: 50px;
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  padding: 0 20px;
  border: 1px #0070b8 solid;
  outline: none;
  border-right: 1px #fdc300 solid;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.viewbox .box_search .btnsearch {
  width: 110px;
  height: 50px;
  border: none;
  float: left;
  background-color: #fdc300;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.6s;
}
.viewbox .box_search .btnsearch:hover {
  background-color: #af1418;
}
.viewbox .showsty {
  margin-top: 20px;
  text-align: right;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.viewbox .showsty .blockitem {
  width: 20px;
  display: inline-block;
  text-align: center;
  color: #becad0;
  cursor: pointer;
  transition: 0.6s;
}
.viewbox .showsty .blockitem:hover {
  color: #0070b8;
}
.viewbox .showsty .current {
  color: #0070b8;
}
.searchbox1 {
  margin-top: 30px;
}
.searchbox1 .linkbox {
  float: left;
}
.searchbox1 .linkbox .linkitem {
  border: 1px #0070b8 solid;
  color: #0070b8;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 16px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}
.searchbox1 .linkbox .currrent {
  background-color: #0070b8;
  color: #fff;
}
.searchbox1 .linkbox .borcolor {
  border: 1px #fdc300 solid;
  color: #fdc300;
}
.searchbox1 .box_search {
  float: right;
}
.searchbox1 .box_search input {
  height: 41px;
  border: 1px #979797 solid;
  float: left;
  box-sizing: border-box;
  width: 300px;
  padding: 0 20px;
  font-size: 16px;
}
.searchbox1 .box_search .btnsearch {
  height: 41px;
  width: 80px;
  font-size: 20px;
  color: #fff;
  background-color: #555555;
  border: none;
  float: left;
  transition: 0.6s;
  cursor: pointer;
}
.searchbox1 .box_search .btnsearch:hover {
  background-color: #af1418;
}
.viewlist {
  padding: 60px 0;
  margin-top: 30px;
}
.viewlist .box-item {
  margin-bottom: 40px;
  width: calc(100%/3 - 27px);
  background-color: #fff;
  float: left;
  transition: 0.6s;
  transform: translate(0);
  margin-right: 40px;
  cursor: pointer;
  position: relative;
}
.viewlist .box-item.itemboxlist {
  margin-bottom: 25px;
  width: 100%;
  margin-right: unset;
  background-color: #dfeaf0;
  padding: 20px;
}
.viewlist .box-item.itemboxlist .love {
  top: 18px;
  bottom: unset !important;
}
.viewlist .box-item.itemboxlist .style-1 {
  display: none;
}
.viewlist .box-item.itemboxlist .style-2 {
  display: block !important;
}
.viewlist .box-item.itemboxlist .style-2 .text {
  display: flex;
  justify-content: space-between;
}
.viewlist .box-item.itemboxlist .style-2 .text .left {
  width: 33.5%;
  margin-right: 5%;
  border-right: 1px #c4d5ef solid;
}
.viewlist .box-item.itemboxlist .style-2 .text .left .name {
  color: #0171bb;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 550;
}
.viewlist .box-item.itemboxlist .style-2 .text .left .date {
  color: #898788;
}
.viewlist .box-item.itemboxlist .style-2 .text .right {
  width: 47.5%;
}
.viewlist .box-item.itemboxlist .style-2 .text .right .company {
  padding-bottom: 5px;
  font-weight: 550;
  color: #333;
}
.viewlist .box-item.itemboxlist .style-2 .text .right .location {
  color: #898788;
}
.viewlist .box-item .love {
  position: absolute;
  right: 10px;
  bottom: 70px;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
}
.viewlist .box-item .love .fa-heart {
  color: #ddd;
}
.viewlist .box-item .type {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0070b8;
  color: #fff;
  border-bottom-left-radius: 10px;
  padding: 4px 10px;
}
.viewlist .box-item .collected .fa-heart {
  color: #fdc300;
}
.viewlist .box-item:hover {
  box-shadow: 0 0 10px #a3bdda;
  transform: translateY(-20px);
}
.viewlist .box-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.viewlist .box-item a .imgbox {
  height: 212px;
  overflow: hidden;
  background-color: #ddd;
  line-height: 212px;
  position: relative;
  text-align: center;
}
.viewlist .box-item a .imgbox img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.viewlist .box-item a .imgbox .hidebox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/play.png?v=01);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: 0.6s;
  background-size: 80px;
}
.viewlist .box-item a .txtbox {
  padding: 20px 20px 30px;
}
.viewlist .box-item a .txtbox .viewname {
  font-size: 18px;
  color: #333;
  height: 27px;
  font-weight: 550;
}
.viewlist .box-item a .txtbox .viewtime {
  color: #999;
  font-size: 14px;
  margin-top: 4px;
  height: 21px;
  background-image: url(../images/timer1.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
  font-weight: 550;
}
.viewlist .box-item a .txtbox .viewtime i {
  margin-left: 2%;
}
.viewlist .box-item a .txtbox .Booth {
  color: #999999;
  margin-top: 46px;
  font-weight: 550;
}
.viewlist .box-item a .txtbox .ptimer {
  margin-top: 10px;
  color: #999;
  background-image: url(../images/timer1.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 20px;
}
.viewlist .box-item a .txtbox .zhanw {
  color: #999;
  background-image: url(../images/timer2.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.viewlist .box-item a .txtbox .companyname {
  font-size: 18px;
  color: #0070b8;
  margin-top: 20px;
  height: 24px;
  font-weight: 550;
}
.viewlist .box-item a .txtbox .companyname1 {
  margin-top: 5px;
  color: #0070b8;
}
.viewlist .box-item a .txtbox .companyname1-en {
  height: 48px;
}
.viewlist .box-item a .txtbox1 {
  padding: 10px 20px 20px;
}
.viewlist .box-item:nth-child(3n) {
  margin-right: 0;
}
.active {
  background-color: #006eb9;
  color: #fff !important;
}
.active a {
  color: #fff !important;
}
.viewinfovideo {
  margin-top: 40px;
}
.viewinfovideo video {
  width: 100%;
  max-height: 700px;
}
.viewinfotitle {
  font-size: 24px;
  margin-top: 40px;
}
.activityinfotitle {
  font-size: 30px;
  margin-top: 40px;
}
.activityinfobar {
  color: #666;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: 600;
}
.activityinfobar .fcblue {
  color: #0070b8;
}
.activityinfobar span {
  padding-right: 10px;
}
.viewnum {
  color: #8a8989;
  font-size: 14px;
  margin-bottom: 30px;
}
.newwrap {
  overflow: hidden;
  margin-top: 50px;
}
.newwrap .box-l {
  width: calc(100% - 330px);
  float: left;
}
.newwrap .box-l .content {
  margin: 40px 0;
  font-size: 16px;
}
.newwrap .box-l .content .tit {
  font-size: 30px;
  color: #006ebc;
  margin-bottom: 10px;
}
.newwrap .box-l .content p {
  margin-top: 20px;
}
.newwrap .box-r {
  width: 290px;
  background-color: #f8f8f8;
  margin-left: 40px;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}
.newwrap .box-r .titbox {
  font-size: 24px;
  margin-bottom: 10px;
}
.newwrap .box-r .itemnox {
  margin-bottom: 20px;
  transition: 0.6s;
  transform: translate(0);
}
.newwrap .box-r .itemnox .imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  height: 160px;
  overflow: hidden;
}
.newwrap .box-r .itemnox .imgbox img {
  max-height: 100%;
  max-width: 100%;
}
.newwrap .box-r .itemnox:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px #a3bdda;
}
.newwrap .box-r .itemnox .newtit {
  height: 46px;
  background-color: #0070b8;
  color: #fff;
  line-height: 46px;
  padding: 0 10px;
}
.button--aylen::before {
  background: rgba(43, 43, 43, 0.5);
}
.button--aylen::before,
.button--aylen::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen:hover::before,
.button--aylen:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--aylen::after {
  background: #2b2b2b;
}
.button--aylen:hover {
  color: #fff !important;
}
.button--aylen:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
.button--aylen:hover::before,
.button--aylen:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::before,
.button--aylen:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.pagingbox {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 0;
  padding-bottom: 40px;
}
.pagingbox .pagination {
  overflow: hidden;
}
.pagingbox .pagination li {
  height: 46px;
  float: left;
  margin: 0 5px;
  text-align: center;
  line-height: 46px;
  margin-bottom: 10px;
  font-size: 16px;
  transition: 0.6s;
  width: 46px;
  border: 1px #ddd solid;
  border-radius: 4px;
}
.pagingbox .pagination li a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.pagingbox .pagination li:hover {
  border: none;
  background-color: #006eb9;
  color: #fff;
}
.pagingbox .pagination li:hover a {
  color: #fff;
}
.pagingbox .pagination .active {
  border: none;
  background-color: #006eb9;
  color: #fff;
}
.pagingbox .pagination .active a {
  color: #fff;
}
.page404 {
  min-height: 560px;
  text-align: center;
}
.page404 .imgbox {
  margin: 80px auto 30px;
}
.page404 .imgbox img {
  margin: auto;
  max-width: 500px;
}
.page404 .txtbox p {
  font-size: 30px;
  color: #0070b8;
  padding-bottom: 20px;
}
.page404 .txtbox a {
  display: block;
  width: 160px;
  height: 46px;
  background-color: #fdc300;
  border-radius: 46px;
  line-height: 46px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: auto;
  transition: 0.6s;
}
.page404 .txtbox a:hover {
  background-color: #0070b8;
}
.rotation {
  transform: rotateZ(90deg) !important;
}
body .layer-imgview {
  min-width: 300px;
  max-width: 80%;
  max-height: 80%;
}
body .layer-imgview .layui-layer-content {
  padding: 30px 50px;
}
body .layer-imgview .layui-layer-content img {
  margin: auto;
  width: 200px;
}
.baner-bar {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.baner-bar a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.baner-bar a img {
  margin: auto;
}
.pagecollectsty {
  display: inline-block;
  height: 40px;
  border-radius: 4px;
  background-color: #0070b8;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  transition: 0.6s;
  margin-right: 10px;
  padding: 0 14px;
  float: right;
  cursor: pointer;
}
.pagecollectsty:hover {
  background-color: #fdc300;
}
.pagecollectsty.collected i {
  color: #df1662;
}
.layui-layer-video {
  width: 1200px !important;
}
.layui-layer-video .layui-layer-content video {
  width: 100%;
  display: block;
}
.roundabout_box {
  width: 1200px;
  height: 472px;
  margin: auto;
}
.roundabout_box img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 0 20px #7f8082;
  overflow: hidden;
}
.roundabout-holder {
  list-style: none;
  margin: 0px auto;
  width: 500px;
  height: 425px;
}
.roundabout-moveable-item {
  width: 840px;
  height: 472px;
  cursor: pointer;
  position: relative;
}
.roundabout-moveable-item:after {
  content: url(../images/play1.png);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.roundabout-moveable-item img {
  margin: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.roundabout li {
  margin: 0px;
}
.sharebox {
  float: right;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 30px;
}
.sharebox .txtspan {
  display: inline-block;
  width: 80px;
  float: left;
  line-height: 42px;
}
.sharebox .social-share {
  float: left;
}
.viewexhip .toptitle {
  margin-top: 45px;
}
.list-swiper-container {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .header .container-fluld .headerTop {
    height: 60px;
  }
  .exhibitorbox .exhibitorbox-bottom .box-l .item-first .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page_list .list_flex {
    display: block;
    margin-bottom: 15px;
  }
  .page_list {
    padding: 20px;
  }
  .page_list .list_btn {
    margin-top: 15px;
  }
}
.item-result {
  display: none;
  width: 100%;
  margin: 30px 0 0;
  font-size: 16px;
}
.exhibitorbox .item-result {
  margin: 60px 0 0;
}
.item-result span {
  color: #0070b8;
  font-size: 18px;
  margin: 0 5px;
}
.item-number {
  width: 75px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0070b8;
  border-bottom-right-radius: 10px;
  color: #fff;
  text-align: center;
}
.item-number i {
  margin-right: 5px;
}
.layui-layer-maintain {
  width: 640px !important;
  height: 280px !important;
  border-radius: 12px !important;
  display: block;
  background-image: url('../images/maintain.png');
}
.layui-layer-maintain .text-box {
  padding: 100px 30px 0px;
  width: 350px;
}
.layui-layer-maintain .text {
  font-size: 28px;
  color: #0070b8;
}
.tabs-live-event {
  flex: none;
  float: left;
  border: 1px solid #0070b8;
  overflow: hidden;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  display: flex;
}
.tabs-live-event .tab {
  cursor: pointer;
  padding: 0px 10px;
  font-size: 22px;
  font-weight: 600;
  color: #0070b8;
  display: block;
}
.tabs-live-event .tab.active {
  color: #fff;
  background-color: #0070b8;
}
